home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / MacPerl 5.1.3 / Mac_Perl_513_src / perl5.002 / README < prev    next >
Encoding:
Text File  |  1996-07-21  |  4.7 KB  |  110 lines  |  [TEXT/MPS ]

  1. Welcome to MacPerl. This file contains most of the original README file by
  2. Larry Wall. For Mac specific info, turn to README.MAC.
  3.  
  4. Matthias Neeracher
  5. neeri@iis.ee.ethz.ch
  6.  
  7. --------------
  8.  
  9.                Perl Kit, Version 5.0
  10.  
  11.                Copyright 1989-1996, Larry Wall
  12.                 All rights reserved.
  13.  
  14.     This program is free software; you can redistribute it and/or modify
  15.     it under the terms of either:
  16.  
  17.     a) the GNU General Public License as published by the Free
  18.     Software Foundation; either version 1, or (at your option) any
  19.     later version, or
  20.  
  21.     b) the "Artistic License" which comes with this Kit.
  22.  
  23.     This program is distributed in the hope that it will be useful,
  24.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  25.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
  26.     the GNU General Public License or the Artistic License for more details.
  27.  
  28.     You should have received a copy of the Artistic License with this
  29.     Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
  30.  
  31.     You should also have received a copy of the GNU General Public License
  32.     along with this program; if not, write to the Free Software
  33.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  34.  
  35.     For those of you that choose to use the GNU General Public License,
  36.     my interpretation of the GNU General Public License is that no Perl
  37.     script falls under the terms of the GPL unless you explicitly put
  38.     said script under the terms of the GPL yourself.  Furthermore, any
  39.     object code linked with perl does not automatically fall under the
  40.     terms of the GPL, provided such object code only adds definitions
  41.     of subroutines and variables, and does not otherwise impair the
  42.     resulting interpreter from executing any standard Perl script.  I
  43.     consider linking in C subroutines in this manner to be the moral
  44.     equivalent of defining subroutines in the Perl language itself.  You
  45.     may sell such an object file as proprietary provided that you provide
  46.     or offer to provide the Perl source, as specified by the GNU General
  47.     Public License.  (This is merely an alternate way of specifying input
  48.     to the program.)  You may also sell a binary produced by the dumping of
  49.     a running Perl script that belongs to you, provided that you provide or
  50.     offer to provide the Perl source as specified by the GPL.  (The
  51.     fact that a Perl interpreter and your code are in the same binary file
  52.     is, in this case, a form of mere aggregation.)  This is my interpretation
  53.     of the GPL.  If you still have concerns or difficulties understanding
  54.     my intent, feel free to contact me.  Of course, the Artistic License
  55.     spells all this out for your protection, so you may prefer to use that.
  56.  
  57. --------------------------------------------------------------------------
  58.  
  59. Perl is a language that combines some of the features of C, sed, awk
  60. and shell.  See the manual page for more hype.  There are also two Nutshell
  61. Handbooks published by O'Reilly & Assoc.  See pod/perlbook.pod
  62. for more information.
  63.  
  64. Please read all the directions below before you proceed any further, and
  65. then follow them carefully.
  66.  
  67. After you have unpacked your kit, you should have all the files listed
  68. in MANIFEST.
  69.  
  70. Installation
  71.  
  72. 1) Detailed instructions are in the file INSTALL.  In brief, the
  73. following should work on most systems:
  74.     rm -f config.sh
  75.     sh Configure
  76.     make
  77.     make test
  78.     make install
  79. For most systems, it should be safe to accept all the Configure
  80. defaults.
  81.  
  82. 2) Read the manual entries before running perl.
  83.  
  84. 3) IMPORTANT!  Help save the world!  Communicate any problems and suggested
  85. patches to me, lwall@sems.com (Larry Wall), so we can
  86. keep the world in sync.  If you have a problem, there's someone else
  87. out there who either has had or will have the same problem.
  88. It's usually helpful if you send the output of the "myconfig" script
  89. in the main perl directory.
  90.  
  91. If you've succeeded in compiling perl, the perlbug script in the utils/
  92. subdirectory can be used to help mail in a bug report.
  93.  
  94. If possible, send in patches such that the patch program will apply them.
  95. Context diffs are the best, then normal diffs.  Don't send ed scripts--
  96. I've probably changed my copy since the version you have.
  97.  
  98. Watch for perl patches in comp.lang.perl.announce.  Patches will generally
  99. be in a form usable by the patch program.  If you are just now bringing
  100. up perl and aren't sure how many patches there are, write to me and I'll
  101. send any you don't have.  Your current patch level is shown in
  102. patchlevel.h.
  103.  
  104.  
  105. Just a personal note:  I want you to know that I create nice things like this
  106. because it pleases the Author of my story.  If this bothers you, then your
  107. notion of Authorship needs some revision.  But you can use perl anyway. :-)
  108.  
  109.                             The author.
  110.